home *** CD-ROM | disk | FTP | other *** search
- /******************************************************************************
- CMultiState.h
-
- Interface for CMultiState.c
-
- Copyright © 1991 Bowers Development Corporation. All rights reserved.
-
- ******************************************************************************/
-
- #pragma once
-
- #include "CAMButton.h"
-
- class CMultiState : public CAMButton {
- protected:
- void DoGoodClick (short whichPart); // is override
- void SetNextState (void);
- }; /* CMultiState */
-